home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / bbs / IceDemo56.lzh / IceBBSDemo / ReadMe.Demo < prev    next >
Text File  |  1995-06-17  |  6KB  |  171 lines

  1. This archive contains the demonstration version of IceBBS.
  2. The contents of this archive are
  3.  
  4.           Copyright 1995 Stephen Vermeulen
  5.                  (403) 282-7990
  6.  
  7.           45 Butler Cr. N.W.
  8.           Calgary, Alberta,
  9.           Canada, T2L 1K4
  10.  
  11. This archive and its contents may be distributed free of
  12. charge so long as:
  13.  
  14.    1.  The files are not modified in any way
  15.  
  16.    2.  The cost for redistribution does not exceed the
  17.        price of the floppy disk distribution from Fred
  18.        Fish (if distributed on floppy disk).  Or, if
  19.        distributed on CDROM, the price charged for the
  20.        CDROM cannot exceed the Aminet or AMUC Freely
  21.        Distributable CDROMs (whichever is more expensive).
  22.  
  23.    3.  In the case of CDROM based distribution, the files
  24.        may be distributed in unarchived form, so long as
  25.        the set of files is placed in one directory along with
  26.        the original archive.  Alternatively, the archive may
  27.        be placed in the parent directory.
  28.  
  29. ---------------------------
  30.  
  31. Documentation on IceBBS is available in two forms: the AmigaGuide
  32. file "IceBBS_demo.guide" and its PostScript equivalent: IceBBS_demo.ps1
  33. and IceBBS_demo.ps2.  The PostScript files contains some pictures which
  34. are not in the AmigaGuide file.  The PostScript version has been set
  35. up for double sided printing, to print it issue the command:
  36.  
  37.   copy IceBBS_demo.ps1 par:
  38.  
  39. (assuming your PostScript printer is on your parallel port--do not send to PRT:)
  40. and when this file is finished take the stack of about 50 sheets and
  41. put them back in the paper tray (face up, so you can still see the
  42. results of the first printing is the correct way for most printers)
  43. and then issue the command:
  44.  
  45.   copy IceBBS_demo.ps2 par:
  46.  
  47. Note: the pages have been reverse ordered so that you can use the face
  48. up output tray which usually causes pages to curl less which makes
  49. doing the second pass easier (this is the method you use for heavier
  50. card stock or manual feed items).  If you are using the face down output
  51. method (which is the "normal" method) then you must reverse the order of
  52. the pages before putting them back into the paper tray for the second
  53. printing.
  54.  
  55.  
  56. To install IceBBS you need to unarchive this file in some handy spot
  57. and then double click the "Start_IceBBS" icon.  This will run a
  58. little script file that makes the necessary assigns to get
  59. IceBBS running.  This file does nothing permanent so it will
  60. not survive a reboot.
  61.  
  62. The default configuration assumes you only have a 2400 baud modem
  63. connected to the standard serial port.  You will probably want to
  64. change the default configuration after testing that the software
  65. works.  The best way to change the configuration is with the IceConfig
  66. tool, however you can also use a text editor and edit the s:icebbs.binit
  67. file according to the instructions in the manual.
  68.  
  69. The Start_IceBBS script file does the following:
  70.  
  71. --------------------------------------------------------------------
  72.     failat 25
  73.  
  74.     ; this script file does a temporary install of
  75.     ; the IceBBS demo.  To make the install permanent
  76.     ; you need to make changes to your user-startup
  77.     ; script to at least duplicate what is here.
  78.     ;
  79.     : this script assumes it was run from the directory
  80.     ; where IceBBS was unpacked.
  81.     ;
  82.     ; first we make the IceBBS: assign, this is done so
  83.     ; that the default installation is easy to set up,
  84.     ; the icebbs: assign can be eliminated entirely if
  85.     ; you make the appropriate changes to the icebbs.binit file
  86.  
  87.     assign icebbs: ""
  88.  
  89.     ; now we make the icebbs configuration files visable
  90.     ; (it looks for them in the S: directory)
  91.  
  92.     assign s: icebbs:bbs_s add
  93.  
  94.     ; now we add the directory that contains the programs
  95.     ; to the path
  96.  
  97.     path icebbs:bbs add
  98.  
  99.     ; we delete some junk files that were needed to make
  100.     ; LHA create the full directory tree for us.  There are
  101.     ; a number of directories that IceBBS needs that are
  102.     ; initially empty and LHA does not archive empty directories.
  103.  
  104.     delete icebbs:#?/PlaceHolder
  105.  
  106.     ; now we initialize the message bases, this only needs to be
  107.     ; done whenever the contents of the s:icebbs.newsigs file
  108.     ; is changed
  109.  
  110.     updatesig
  111.  
  112.     ; and we start icebbs running.
  113.  
  114.     icebbsdemo
  115.  
  116.     ; cleanup...
  117.  
  118.     path icebbs:bbs remove
  119.     assign s: icebbs:bbs_s remove
  120.     assign icebbs:
  121. --------------------------------------------------------------------
  122.  
  123. When IceBBS starts you should see a little window with "0
  124. serial.device" in the title bar pop up.  This is the modem line
  125. monitor window.
  126.  
  127. To test the BBS you need to call the modem with another modem,
  128. if you use a conventional program such as TERM or VLT you will
  129. be able to test the ASCII side of the BBS.  To test the custom
  130. Amiga side of the BBS you need to call the BBS with the IceTERM
  131. program.
  132.  
  133. The IceTERM and IceOLR program and their documentation are available
  134. in separate archives.
  135.  
  136.  
  137. ---------------------------
  138.  
  139. The IceConfig program requires MUI:
  140.  
  141.                         MUI - MagicUserInterface
  142.  
  143.                   (c) Copyright 1993 by Stefan Stuntz
  144.  
  145.  
  146. MUI is a system to generate and maintain graphical user interfaces. With
  147. the  aid  of  a  preferences program, the user of an application has the
  148. ability to customize the outfit according to his personal taste.
  149.  
  150. MUI is distributed as shareware. To obtain a complete package containing
  151. lots of examples and more information about registration please look for
  152. a  file  called  "muiXXusr.lha"  (XX means the latest version number) on
  153. your local bulletin boards or on public domain disks.
  154.  
  155.           If you want to register directly, feel free to send
  156.  
  157.  
  158.                          DM 20.-  or  US$ 15.-
  159.  
  160.                                   to
  161.  
  162.                              Stefan Stuntz
  163.                         Eduard-Spranger-Straße 7
  164.                              80935 München
  165.                                 GERMANY
  166.  
  167.  
  168. -----------------------------
  169.  
  170.  
  171.